home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / vbkontrol.exe / PORTZ10.ZIP / PORTZ.TXT next >
Text File  |  1995-07-07  |  2KB  |  48 lines

  1. Portz VBX, Version 1.0, Copyright (c) 1995, Martin Bryant, All Rights Reserved
  2.  
  3. Introduction
  4. ------------
  5. The PORTZ.VBX file is a custom control suitable for use with such programming
  6. languages as Visual Basic, Visual C++ and Delphi. It gives access to the
  7. computers I/O ports.
  8.  
  9. Shareware Notice
  10. ----------------
  11. Portz VBX is shareware. You are welcome to use it for a trial period but if
  12. you continue to use it then please register and support the shareware concept.
  13. You may freely copy/distribute the shareware version as long as you make no
  14. charge for it. If you register, then you may use it in commercial products with
  15. no royalty fee. Thank you for trying Portz VBX!
  16. You can register by sending £5 sterling or equivalent foreign currency (cash
  17. preferred!) to Martin Bryant, 71 Hunstanton Drive, Brandlesholme, Bury,
  18. Lancashire BL8 1XH, England.
  19. Registered users receive free updates and a full list of our other products.
  20. Constructive comments/criticisms welcome at the above address or email
  21. martinbr@colossus.demon.co.uk
  22.  
  23. Compatibility
  24. -------------
  25. PORTZ.VBX is compatible with level 1 VBX controls.
  26.  
  27. Appearance
  28. ----------
  29. When added to a program the control appears in the toolbox with the letters
  30. 'I/O' on it. It is non-sizable on a form and is invisible at run-time.
  31.  
  32. Properties
  33. ----------
  34. In addition to the standard properties of Name, Index, Left and Top it also
  35. has the following custom properties...
  36. About (read only) - gives version information
  37. Port - specifies the i/o port number (0-65535)
  38. Data - specifies the data to write to or read from the specified port
  39. Bits - specifies the i/o port size (8 or 16 bit)
  40. Action (run-time only) - set to 1 to read from, or set to 2 to write to, the
  41. specified port
  42.  
  43. The default Name property prefix and class name is 'Portz'.
  44.  
  45. Events
  46. ------
  47. The control has no pre-defined events.
  48.